2005-04-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconcache.c (icon_name_hash): Use the same function
as in updateiconcache.c. (spotted by Morten Welinder)
+2005-04-08 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkiconcache.c (icon_name_hash): Use the same function
+ as in updateiconcache.c. (spotted by Morten Welinder)
+
2005-04-08 Carl Worth <cworth@cworth.org>
* gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
+2005-04-08 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkiconcache.c (icon_name_hash): Use the same function
+ as in updateiconcache.c. (spotted by Morten Welinder)
+
2005-04-08 Carl Worth <cworth@cworth.org>
* gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
+2005-04-08 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkiconcache.c (icon_name_hash): Use the same function
+ as in updateiconcache.c. (spotted by Morten Welinder)
+
2005-04-08 Carl Worth <cworth@cworth.org>
* gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
static guint
icon_name_hash (gconstpointer key)
{
- const char *p = key;
- guint h = *p;
+ const signed char *p = key;
+ guint32 h = *p;
if (h)
for (p += 1; *p != '\0'; p++)